home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000016_icon-group-sender _Fri Jan 29 17:23:01 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id RAA20480
  4.     for icon-group-addresses; Fri, 29 Jan 1999 17:22:55 -0700 (MST)
  5. Message-Id: <199901300022.RAA20480@baskerville.CS.Arizona.EDU>
  6. Date: Fri, 29 Jan 1999 15:59:01 -0700
  7. From: Gregg Townsend <gmt@optima.CS.Arizona.EDU>
  8. To: gkt@math.luc.edu, icon-group@optima.CS.Arizona.EDU
  9. Subject: Re:  file and directory manipulation
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13.     From: "George K. Thiruvathukal" <gkt@math.luc.edu>
  14.  
  15.     Is it possible, other than by using system(...), to perform various file
  16.     and directory manipulation functions on the Unix platform?...
  17.  
  18. The usual solution is indeed a call to system().  Chdir is implemented
  19. in Icon as a special case because it can't be done by calling system().
  20.  
  21. There is an extended version of Icon ("Unicon") with additional calls; see
  22.     http://www.drones.com/unicon/
  23. for details.
  24.  
  25.    ---------------------------------------------------------------------------
  26.    Gregg Townsend              Gould-Simpson Building   gmt@cs.arizona.edu
  27.    Staff Scientist             1040 E. 4th St.          32 13 45N  110 57 16W
  28.    Dept. of Computer Science   PO Box 210077            tel: +1 520 621 4325
  29.    The University of Arizona   Tucson, AZ  85721-0077   fax: +1 520 621 4246
  30.